home *** CD-ROM | disk | FTP | other *** search
- Ç-no such reduction-topLevel : script_bodybasic_command : assignmentbasic_command : exitbasic_command : returnbasic_command : actorDefinitionbasic_command : conditionalbasic_command : consideringbasic_command : errorCommandbasic_command : errorHandlerbasic_command : getbasic_command : ignoringbasic_command : repeatbasic_command : tellbasic_command : withTimeoutbasic_command : withTransactionbasic_command : globalDeclbasic_command : localDeclbasic_command : exprcommand : lineCommentcommand : blockCommentcommand : commented_command!commented_command : basic_command)commented_command : basic_command commentcomment : lineCommentcomment : blockCommentscript_body : /* empty */script_body : commandscript_body : handlerDefscript_body : propertyDef script_body : handlerDef comment!script_body : propertyDef comment2script_body : script_body tokenNewLine script_bodyblock_body : /* empty */block_body : command/block_body : block_body tokenNewLine block_bodyLenclosed_script_body : optionalComment tokenNewLine script_body tokenNewLine3enclosed_script_body : optionalComment tokenNewLineJenclosed_block_body : optionalComment tokenNewLine block_body tokenNewLine2enclosed_block_body : optionalComment tokenNewLine2optionalComment : tokenLineComment optionalLiteralAoptionalComment : tokenLeftComment tokenLiteral tokenRightCommentoptionalComment : /* empty */optionalLiteral : tokenLiteraloptionalLiteral : /* empty */GactorDefinition : actorDef_prefix enclosed_script_body actorDef_postfixactorDef_prefix : KeywordScript*actorDef_prefix : KeywordScript identifier+actorDef_postfix : KeywordEnd KeywordScriptactorDef_postfix : KeywordEndApropertyDef : propertyDef_prefix userOrPropOrClassID binding exprbinding : tokenColonbinding : tokenEqualbinding : positiveEqualbinding : KeywordIs$propertyDef_prefix : KeywordProperty propertyDef_prefix : KeywordProp"globalDecl : KeywordGlobal varList localDecl : KeywordLocal varListvarList : identifier varList1)varList1 : commaOrAnd identifier varList1varList1 : /* empty */ThandlerDef : handlerDef_prefix messageSendDef enclosed_block_body handlerDef_postfixhandlerDef_prefix : KeywordOnhandlerDef_prefix : KeywordTo*handlerDef_postfix : KeywordEnd identifier.handlerDef_postfix : KeywordEnd tokenMessageIDhandlerDef_postfix : KeywordEndreturn : KeywordReturn exprreturn : KeywordReturneconditional : KeywordIf expr optionalThen enclosed_block_body elseifs optionalElse conditionalPostfix6conditional : KeywordIf expr KeywordThen basic_commandoptionalThen : KeywordThenoptionalThen : /* empty */Eelseifs : KeywordElseIf expr optionalThen enclosed_block_body elseifselseifs : /* empty */.optionalElse : KeywordElse enclosed_block_bodyoptionalElse : /* empty */)conditionalPostfix : KeywordEnd KeywordIfconditionalPostfix : KeywordEnderrorCommand : KeywordError?errorCommand : KeywordError optionalTerm prepositionalArgumentsmerrorHandler : KeywordTry enclosed_block_body KeywordOn errorCommand enclosed_block_body errorHandler_postfix,errorHandler_postfix : KeywordEnd KeywordTry.errorHandler_postfix : KeywordEnd KeywordError!errorHandler_postfix : KeywordEnd1withTimeout_prefix : KeywordWithTimeout KeywordOf'withTimeout_prefix : KeywordWithTimeoutUwithTimeout : withTimeout_prefix expr seconds enclosed_block_body withTimeout_postfixseconds : KeywordSecondseconds : anyClass/withTimeout_postfix : KeywordEnd KeywordTimeout withTimeout_postfix : KeywordEndTwithTransaction : KeywordWithTransaction enclosed_block_body withTransaction_postfixYwithTransaction : KeywordWithTransaction expr enclosed_block_body withTransaction_postfix7withTransaction_postfix : KeywordEnd KeywordTransaction$withTransaction_postfix : KeywordEnd4assignment : KeywordCopy optionalTerm KeywordTo expr%assignment : KeywordCopy optionalTerm+assignment : KeywordSet term KeywordTo exproptionalTerm : termoptionalTerm : /* empty */tell : KeywordTell term8tell : KeywordTell term enclosed_block_body tell_Postfixtell : KeywordTell term/tell : KeywordTell term KeywordTo basic_command%tell_Postfix : KeywordEnd KeywordTelltell_Postfix : KeywordEndget : KeywordGet exprget : KeywordDoes exprgconsidering : KeywordConsidering Considerations optionalIgnores enclosed_block_body considering_Postfix,Considerations : tokenEnumID considerations18considerations1 : commaOrAnd tokenEnumID considerations1considerations1 : /* empty */commaOrAnd : tokenCommacommaOrAnd : KeywordAnd;optionalIgnores : KeywordBut KeywordIgnoring ConsiderationsoptionalIgnores : /* empty */3considering_Postfix : KeywordEnd KeywordConsidering0considering_Postfix : KeywordEnd KeywordIgnoring considering_Postfix : KeywordEndfignoring : KeywordIgnoring Considerations optionalConsiderings enclosed_block_body considering_PostfixCoptionalConsiderings : KeywordBut KeywordConsidering Considerations"optionalConsiderings : /* empty */repeat : repeatForeverrepeat : repeatWhilerepeat : repeatUntilrepeat : repeatInrepeat : repeatForrepeat : repeatNTimes;repeatForever : KeywordRepeat enclosed_block_body endRepeatKrepeatWhile : KeywordRepeat KeywordWhile expr enclosed_block_body endRepeatKrepeatUntil : KeywordRepeat KeywordUntil expr enclosed_block_body endRepeat\repeatIn : KeywordRepeat KeywordWith identifier KeywordIn term enclosed_block_body endRepeat}repeatFor : KeywordRepeat KeywordWith identifier KeywordFrom term KeywordTo term KeywordBy term enclosed_block_body endRepeatnrepeatFor : KeywordRepeat KeywordWith identifier KeywordFrom term KeywordTo term enclosed_block_body endRepeatMrepeatNTimes : KeywordRepeat term optionalTimes enclosed_block_body endRepeatendRepeat : KeywordEnd$endRepeat : KeywordEnd KeywordRepeatoptionalTimes : KeywordTimesoptionalTimes : /* empty */exit : exit1exit1 : KeywordExit!exit1 : KeywordExit KeywordRepeat.lineComment : tokenLineComment optionalLiteral>blockComment : tokenLeftComment tokenLiteral tokenRightComment#nonComponentPreposition : KeywordTo%nonComponentPreposition : KeywordFrom%nonComponentPreposition : KeywordThru(nonComponentPreposition : KeywordThrough#nonComponentPreposition : KeywordBy#nonComponentPreposition : KeywordOn,nonComponentPreposition : tokenPrepositionID.expr : KeywordContinue prepositionalSubroutine/expr : subterm subroutinePrepositionalArguments5expr : term messageSend_prefix prepositionalArgumentsexpr : termmessageSendDef : messageSend(messageSendDef : prepositionalSubroutinefprepositionalSubroutine : message_identifier optionlContainer optionalSubroutinePrepositionalArgumentsoptionlContainer : containeroptionlContainer : /* empty */"messageSend : positionalSubroutine!messageSend : registryMessageSend#messageSend_prefix : tokenMessageID?registryMessageSend : messageSend_prefix prepositionalArgumentsDregistryMessageSend : messageSend_prefix term prepositionalArgumentsIregistryMessageSend : messageSend_prefix container prepositionalArgumentscontainer : KeywordIn termcontainer : KeywordOf termKoptionalSubroutinePrepositionalArguments : subroutinePrepositionalArguments6optionalSubroutinePrepositionalArguments : /* empty */`subroutinePrepositionalArguments : nonComponentPreposition term subroutinePrepositionalArguments?subroutinePrepositionalArguments : nonComponentPreposition termgsubroutinePrepositionalArguments : KeywordGiven recordElements optionalSubroutinePrepositionalArgumentsgsubroutinePrepositionalArguments : KeywordWith listIdentifiers optionalSubroutinePrepositionalArgumentsjsubroutinePrepositionalArguments : KeywordWithout listIdentifiers optionalSubroutinePrepositionalArgumentsGprepositionalArguments : tokenPrepositionID term prepositionalArgumentsPprepositionalArguments : KeywordGiven givenRecordElements prepositionalArgumentsKprepositionalArguments : KeywordWith listIdentifiers prepositionalArgumentsNprepositionalArguments : KeywordWithout listIdentifiers prepositionalArguments$prepositionalArguments : /* empty */2positionalSubroutine : message_identifier listExprterm : referencePrefix termterm : registryMessageSendterm : term KeywordWhose termterm : term KeywordWhere termterm : term KeywordThat termterm : KeywordBefore termterm : KeywordFrontOf termterm : KeywordInFrontOf termterm : KeywordAfter termterm : KeywordBackOf termterm : KeywordInBackOf termterm : KeywordBehind termterm : term KeywordAs anyClassterm : term KeywordOr termterm : term KeywordAnd termterm : term tokenEqual termterm : term positiveEqual termterm : term KeywordIs termterm : term tokenNotEqual termterm : term negativeEqual termterm : term Isnt term$term : term positiveGreaterThan term*term : term positiveLessThanOrEqualTo term-term : term positiveGreaterThanOrEqualTo term!term : term positiveLessThan termterm : term startsWith term"term : term Doesnt startsWith termterm : term endsWith term term : term Doesnt endsWith termterm : term Contains term term : term Doesnt Contains term-term : term KeywordIs KeywordContainedBy term(term : term Isnt KeywordContainedBy termterm : term tokenAmpersand termterm : term tokenPlus termterm : term tokenMinus termterm : term tokenAsterisk termterm : term tokenDivide termterm : term tokenSlash termterm : term KeywordDiv termterm : term KeywordMod termterm : term tokenCaret termterm : KeywordNot termterm : subtermsubterm : positionalSubroutine%subterm : KeywordContinue messageSendsubterm : KeywordThe term#subterm : KeywordSome singularClass$subterm : KeywordFront singularClass#subterm : KeywordLast singularClass#subterm : KeywordBack singularClasssubterm : Ordinal anyClass(subterm : subterm ordinalSuffix anyClass subterm : KeywordMiddle anyClasssubterm : KeywordBeginningsubterm : KeywordFrontsubterm : KeywordEndsubterm : KeywordBackEsubterm : KeywordEvery anyClass KeywordFrom subterm KeywordTo subterm;subterm : pluralClass KeywordFrom subterm KeywordTo subterm.subterm : singularClass tokenKeyFormID subtermsubterm : tokenPropertyID/subterm : singularClass tokenPropertyID subtermsubterm : singularClass subtermsubterm : pluralClass subterm6subterm : singularClass subterm thruAndThrough subterm4subterm : pluralClass subterm thruAndThrough subtermsubterm : KeywordEvery anyClasssubterm : pluralClass#subterm : subterm KeywordOf subterm#subterm : subterm KeywordIn subterm+subterm : subterm KeywordRelativeTo subtermsubterm : KeywordMy subtermsubterm : KeywordIts subterm*subterm : subterm tokenApostropheS subterm-subterm : singularClass KeywordBefore subterm0subterm : singularClass KeywordInFrontOf subterm,subterm : singularClass KeywordAfter subterm/subterm : singularClass KeywordInBackOf subterm-subterm : singularClass KeywordBehind subtermsubterm : factorfactor : tokenMinus factorfactor : tokenPlus factorfactor : literalfactor : recordfactor : identifierfactor : KeywordItfactor : KeywordMefactor : listExprthruAndThrough : KeywordThruthruAndThrough : KeywordThrough-referencePrefix : KeywordAReference KeywordTo,referencePrefix : KeywordReference KeywordToreferencePrefix : KeywordRefsingularClass : tokenClassIDsingularClass : KeywordScript pluralClass : tokenPluralClassIDpluralClass : KeywordTextanyClass : pluralClassanyClass : singularOrReference#singularOrReference : singularClass&singularOrReference : KeywordReferenceEqual : KeywordEqualEqual : KeywordEqualsEqual : KeywordEqualTopositiveEqual : EqualpositiveEqual : KeywordIs EqualnegativeEqual : Isnt EqualnegativeEqual : Doesnt EqualIsnt : tokenIsntIsnt : KeywordIsNotDoesnt : tokenDoesntDoesnt : KeywordDoesNot(positiveGreaterThan : KeywordGreaterThan2positiveGreaterThan : KeywordIs KeywordGreaterThan positiveGreaterThan : tokenGreat positiveGreaterThan : comesAfterBpositiveGreaterThan : Isnt KeywordLessThan KeywordOr positiveEqual+positiveLessThanOrEqualTo : tokenLessEqual1CpositiveLessThanOrEqualTo : KeywordLessThan KeywordOr positiveEqualMpositiveLessThanOrEqualTo : KeywordIs KeywordLessThan KeywordOr positiveEqual3positiveLessThanOrEqualTo : Isnt KeywordGreaterThan-positiveLessThanOrEqualTo : Doesnt comesAfterIpositiveGreaterThanOrEqualTo : KeywordGreaterThan KeywordOr positiveEqualSpositiveGreaterThanOrEqualTo : KeywordIs KeywordGreaterThan KeywordOr positiveEqual/positiveGreaterThanOrEqualTo : tokenGreatEqual13positiveGreaterThanOrEqualTo : Isnt KeywordLessThan1positiveGreaterThanOrEqualTo : Doesnt comesBefore"positiveLessThan : KeywordLessThan,positiveLessThan : KeywordIs KeywordLessThanpositiveLessThan : tokenLesspositiveLessThan : comesBeforeBpositiveLessThan : Isnt KeywordGreaterThan KeywordOr positiveEqualstartsWith : KeywordStartsWithstartsWith : KeywordStartWithstartsWith : KeywordBeginsWithstartsWith : KeywordBeginWith comesBefore : KeywordComesBeforecomesBefore : KeywordComeBeforecomesAfter : KeywordComesAftercomesAfter : KeywordComeAfterendsWith : KeywordEndsWith!endsWith : KeywordEnd KeywordWithContains : KeywordContainsContains : KeywordContainOrdinal : KeywordFirstOrdinal : KeywordSecondOrdinal : KeywordThirdOrdinal : KeywordFourthOrdinal : KeywordFifthOrdinal : KeywordSixthOrdinal : KeywordSeventhOrdinal : KeywordEighthOrdinal : KeywordNinthOrdinal : KeywordTenthordinalSuffix : Keyword_stordinalSuffix : Keyword_ndordinalSuffix : Keyword_rdordinalSuffix : Keyword_thliteral : singularOrReferenceliteral : tokenEnumIDliteral : tokenNumberliteral : tokenRealNumber7literal : tokenLeft2Quote tokenLiteral tokenRight2Quoteliteral : KeywordTrueliteral : KeywordFalseliteral : tokenRawDataleftBrace : tokenLeftCurly5listExpr : leftBrace moreListElements tokenRightCurlylistExpr : tokenLeftParen;listExpr : tokenLeftParen parenListElements tokenRightParenmoreListElements : /* empty */moreListElements : expr)moreListElements : moreThanOneListElement9moreThanOneListElement : moreListElements tokenComma exprparenListElements : /* empty */parenListElements : expr*parenListElements : moreThanOneListElement$listIdentifiers : userOrPropOrPrepIDAlistIdentifiers : listIdentifiers comma_And_Or userOrPropOrPrepID userOrPropOrClassID : identifier%userOrPropOrClassID : tokenPropertyIDuserOrPropOrClassID : anyClassuserOrPropOrPrepID : identifier$userOrPropOrPrepID : tokenPropertyID,userOrPropOrPrepID : nonComponentPrepositioncomma_And_Or : tokenCommacomma_And_Or : KeywordAndcomma_And_Or : KeywordOr1record : leftBrace recordElements tokenRightCurly4recordElements : userOrPropOrClassID tokenColon exprNrecordElements : recordElements tokenComma userOrPropOrClassID tokenColon expr8givenRecordElements : userOrPropOrPrepID tokenColon exprWgivenRecordElements : givenRecordElements tokenComma userOrPropOrPrepID tokenColon exprmessage_identifier : tokenIDJmessage_identifier : tokenLeft1Quote tokenWeirdIdentifier tokenRight1Quoteidentifier : message_identifieridentifier : KeywordResultidentifier : KeywordSpaceidentifier : KeywordReturnidentifier : KeywordTabidentifier : KeywordPiidentifier : KeywordAppleScript